home *** CD-ROM | disk | FTP | other *** search
/ Hot Super Models / Hot Super Models.iso / unix / x11 / xv2r1.tar / xv2r1 / extensions / xv / include / Imakefile next >
Makefile  |  1991-05-16  |  311b  |  18 lines

  1. # $XConsortium: Imakefile,v 1.22 91/03/24 18:10:05 rws Exp $
  2.  
  3. HEADERS = Xv.h Xvlib.h
  4.  
  5. INSTALLFLAGS = $(INSTINCFLAGS)
  6.  
  7. all:: includes
  8.  
  9. BuildIncludes($(HEADERS),extensions,..)
  10. InstallMultiple($(HEADERS),$(INCDIR)/extensions)
  11.  
  12. depend::
  13.  
  14. #ifdef IHaveSubdirs
  15. MakeSubdirs($(SUBDIRS))
  16. DependSubdirs($(SUBDIRS))
  17. #endif
  18.